home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / files / progming / cl121 / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-02  |  2.2 KB  |  101 lines

  1. /************************************************************************/
  2. /*                                                                        */
  3. /*                                                                        */
  4. /************************************************************************/
  5.  
  6. #include "this.h"
  7. #include "that.h"
  8. #include "other.h"
  9.  
  10. #define SIZE        10
  11. #define FSIZE        4444L
  12.  
  13.  
  14. main()
  15. {
  16.     unsigned char it, that this;
  17.     int  count;
  18.  
  19.     Testit();
  20.     PrintIT();
  21.     /* we are done */
  22.     Now_Quit(1,2,3);
  23. }
  24.  
  25. /************************************************************************/
  26. /*                         a subroutine                                      */
  27. /*                                                                        */
  28. /*                                                                        */
  29. /************************************************************************/
  30.  
  31. Testit()
  32. {
  33.     Testit();
  34.     PrintIT();
  35.     /* we are done */
  36.     Now_Quit(1,2,3);
  37. }
  38.  
  39. /************************************************************************/
  40. /*                         a subroutine                                      */
  41. /*                                                                        */
  42. /*                                                                        */
  43. /************************************************************************/
  44.  
  45. PrintIT(char this , int that, int other)
  46. {
  47.     Testit();
  48.     PrintIT();
  49.     /* we are done */
  50.     Now_Quit(1,2,3);
  51. }
  52.  
  53. /************************************************************************/
  54. /*                         a subroutine                                      */
  55. /*                                                                        */
  56. /*                                                                        */
  57. /************************************************************************/
  58.  
  59. Now_Quit(char *test, int *that, int hhhh)
  60. {
  61.     Testit();
  62.     PrintIT();
  63.     /* we are done */
  64.     Now_Quit(1,2,3);
  65. }
  66.  
  67. /************************************************************************/
  68. /*                         a subroutine                                      */
  69. /*                                                                        */
  70. /*                                                                        */
  71. /************************************************************************/
  72.  
  73. Test2()
  74. {
  75.     Testit();
  76.     PrintIT();
  77.     /* we are done */
  78.     Now_Quit(1,2,3);
  79. }
  80. /************************************************************************/
  81. /*                         a subroutine                                      */
  82. /*                                                                        */
  83. /*                                                                        */
  84. /************************************************************************/
  85.  
  86. Test2()
  87. {
  88.     Testit();
  89.     PrintIT();
  90.     /* we are done */
  91.     Now_Quit(1,2,3);
  92. }
  93. Test2()
  94. {
  95.     Testit();
  96.     PrintIT();
  97.     /* we are done */
  98.     Now_Quit(1,2,3);
  99. }
  100. /* -------------------------- END OF FILE -------------------------------- */
  101.